projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3300fe
)
Remove videoram option from vfb config.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 23 Dec 2009 07:26:31 +0000
(07:26 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 23 Dec 2009 07:26:31 +0000
(07:26 +0000)
This option is only valid in main config.
Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
tools/python/xen/xend/server/vfbif.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/server/vfbif.py
b/tools/python/xen/xend/server/vfbif.py
index d1e99efb1b740b434708017639fd075fefcb6221..80e81b1eea2355fcb1bdbde5c320cb78fa16204f 100644
(file)
--- a/
tools/python/xen/xend/server/vfbif.py
+++ b/
tools/python/xen/xend/server/vfbif.py
@@
-6,8
+6,8
@@
import xen.xend
import os
CONFIG_ENTRIES = ['type', 'vncdisplay', 'vnclisten', 'vncpasswd', 'vncunused',
- '
videoram', 'display', 'xauthority', 'keymap', 'vnc', 'sdl
',
- '
uuid', '
location', 'protocol', 'opengl']
+ '
display', 'xauthority', 'keymap', 'vnc', 'sdl', 'uuid
',
+ 'location', 'protocol', 'opengl']
class VfbifController(DevController):
"""Virtual frame buffer controller. Handles all vfb devices for a domain.